Dynamic Menus File - Itamar Benzaken

{Auto insert tags when new HTML is created
Replace the text here with the text you want to be auto-inserted when a new HTML is created.
}

{Replace the text here with the menu name
item=[ Replace the text here with menu item caption ]
Replace the text here with the code to be inserted when this menu item is clicked.
Can be multiline.
item=[Another one]
Another one's code
{A sub-menu name
item=[sub-menu item caption]
ode for sub-menu item
item=[sub-menu item caption 2]
code for sub-menu item 2
}end of sub-menu
}end of menu
==========================END OF EXAMPLES====================================
;these are comments. They are ignored and can be anywhere in the file (except for the first line).
abcd ;this is not a comment (it is not at the beginning of the line)

        SOME RULES
------------------
-The fisrt line in the file must be like the first line in this file. That is:
Dynamic Menus File - Itamar Benzaken

-You can put as much menus as you want. As well as sub-menus (and sub-sub....-sub-menus).

-If you put '-' as the caption of the menu item, a seperator will appear:
item=[-]

-Remember that each menu must be opened with '{Menu Name'
 and closed with '}'

-To know how to write the 'code of menu item', read the 'Requests Syntax.txt'